Click or drag to resize

HeaderSet Method (StandardHeader, String)

Sets value of the specified header field.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Set(
	StandardHeader headerKey,
	string value
)

Parameters

headerKey
Type: Independentsoft.SipStandardHeader
A StandardHeader represents header key.
value
Type: SystemString
A string represents header value.
See Also